ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc.TransposedGrid Assembly / C1.Web.Mvc.TransposedGrid.TagHelpers Namespace / TransposedGridRowBaseTagHelper<TControl> Class / CollapseTo Property

In This Topic
    CollapseTo Property (TransposedGridRowBaseTagHelper<TControl>)
    In This Topic
    Configurates C1.Web.Mvc.ColumnBase.CollapseTo. Sets the binding of the child column that should remain visible when the group is collapsed.
    Syntax
    'Declaration
     
    Public Property CollapseTo As String
    public string CollapseTo {get; set;}
    See Also